regexp/syntax.parser.calcHeight (method)

3 uses

	regexp/syntax (current package)
		parse.go#L269: 	if p.calcHeight(re, true) > maxHeight {
		parse.go#L274: func (p *parser) calcHeight(re *Regexp, force bool) int {
		parse.go#L282: 		hsub := p.calcHeight(sub, false)